Autogenerated HTML docs for v1.3.3-ged90 
diff --git a/git-cat-file.html b/git-cat-file.html index 0b071a7..d52d225 100644 --- a/git-cat-file.html +++ b/git-cat-file.html 
@@ -3,7 +3,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">   <head>   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 7.0.1" />  +<meta name="generator" content="AsciiDoc 7.0.2" />   <style type="text/css">   /* Debug borders */   p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {  @@ -272,12 +272,12 @@  </div>   <h2>SYNOPSIS</h2>   <div class="sectionbody">  -<p><em>git-cat-file</em> [-t | -s | -e | &lt;type&gt;] &lt;object&gt;</p>  +<p><em>git-cat-file</em> [-t | -s | -e | -p | &lt;type&gt;] &lt;object&gt;</p>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">   <p>Provides content or type of objects in the repository. The type  -is required unless <em>-t</em> is used to find the object type,  +is required unless <em>-t</em> or <em>-p</em> is used to find the object type,   or <em>-s</em> is used to find the object size.</p>   </div>   <h2>OPTIONS</h2>  @@ -319,6 +319,14 @@  </p>   </dd>   <dt>  +-p  +</dt>  +<dd>  +<p>  + Pretty-print the contents of &lt;object&gt; based on its type.  +</p>  +</dd>  +<dt>   &lt;type&gt;   </dt>   <dd>  @@ -338,6 +346,7 @@  <p>If <em>-t</em> is specified, one of the &lt;type&gt;.</p>   <p>If <em>-s</em> is specified, the size of the &lt;object&gt; in bytes.</p>   <p>If <em>-e</em> is specified, no output.</p>  +<p>If <em>-p</em> is specified, the contents of &lt;object&gt; are pretty-printed.</p>   <p>Otherwise the raw (though uncompressed) contents of the &lt;object&gt; will   be returned.</p>   </div>  @@ -355,7 +364,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jan-2006 17:12:05 PDT  +Last updated 25-May-2006 05:54:45 UTC   </div>   </div>   </body>